Functions List


Backends


backend

The function backend can be used to specify which backend we wish to use. The currently available backends are AutoCAD (autocad), Rhinoceros 3D (rhino5 for version 5.0 and rhino for older versions), OpenGL (opengl) and TikZ (tikz).

Parameters:

cad – Backend name

Syntax:

(define cad)

Example:

(backend autocad)

(backend rhino5)

(backend rhino)

(backend opengl)

(backend tikz)
Top